home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Animal World / Multimedia Animal World.iso / pc / data / chapters / database.dir / 00064.ls < prev    next >
Encoding:
Text File  |  1980-01-25  |  110 b   |  9 lines

  1. on mouseUp
  2.   getrid()
  3.   if the frame = 2 then
  4.     go(the frame + 1)
  5.   else
  6.     go(the frame - 1)
  7.   end if
  8. end
  9.